runtime.gcControllerState.memoryLimit (field)
8 uses
runtime (current package)
malloc.go#L602: gcController.memoryLimit.Store(maxInt64)
metrics.go#L282: out.scalar = uint64(gcController.memoryLimit.Load())
mgcpacer.go#L102: memoryLimit atomic.Int64
mgcpacer.go#L1020: memoryLimit := uint64(c.memoryLimit.Load())
mgcpacer.go#L1297: out := c.memoryLimit.Load()
mgcpacer.go#L1299: c.memoryLimit.Store(in)
mgcpacer.go#L1443: gcPaceScavenger(gcController.memoryLimit.Load(), heapGoal, gcController.lastHeapGoal)
mheap.go#L1281: if limit := gcController.memoryLimit.Load(); !gcCPULimiter.limiting() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |